home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / mac / kqi_ctl.hqx / KQI Control / KQI LOG / background_2788.txt < prev    next >
Text File  |  1994-05-06  |  2KB  |  94 lines

  1. -- background: 2788 from stack: in
  2. -- bmap block id: 3217
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8. end openBackground
  9.  
  10.  
  11. -- part 9 (button)
  12. -- low flags: 00
  13. -- high flags: 0000
  14. -- rect: left=256 top=302 right=327 bottom=283
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 1014 / 1014
  17. -- text alignment: 1
  18. -- font id: 0
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: Prev
  23. ----- HyperTalk script -----
  24. on mouseUp
  25.   visual effect wipe right
  26.   go to previous card
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 10 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=286 top=302 right=327 bottom=313
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 1013 / 1013
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Next
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect wipe left
  46.   go to next card
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 11 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=318 top=298 right=327 bottom=350
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 21700 / 21700
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Home
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   sendSPort 1,false,LO
  66.   sendSPort 1,false,";"
  67.   global theBuffer
  68.   get bufferSPort(1,theBuffer,0)
  69.  
  70.   visual effect iris open
  71.   go Home
  72. end mouseUp
  73.  
  74.  
  75.  
  76. -- part 14 (button)
  77. -- low flags: 00
  78. -- high flags: 2000
  79. -- rect: left=352 top=300 right=327 bottom=379
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: goKQI
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   global sent
  91.   go KQI Control 1.0
  92. end mouseUp
  93.  
  94.